set hilite of background button "The System" to true
set hilite of background button "How It Works" to false
set hilite of background button "Scan. Concepts" to false
set hilite of background button "File Formats" to false
end closeCard
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=50 top=60 right=112 bottom=440
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Formula
-- part 2 (field)
-- low flags: 01
-- high flags: 2004
-- rect: left=69 top=127 right=219 bottom=421
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Memory Needed
-- part 3 (field)
-- low flags: 01
-- high flags: 0001
-- rect: left=395 top=274 right=309 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 4 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=368 top=280 right=303 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Pop Card
----- HyperTalk script -----
on mouseUp
visual dissolve slow to card
go to card id 5068
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=213 top=281 right=303 bottom=274
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next ...
----- HyperTalk script -----
on mouseUp
hide card field "Memory Needed"
show card field "RAM & Hard Disk"
hide card button "Next ..."
show card button "Go Back"
end mouseUp
-- part 6 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=69 top=127 right=219 bottom=421
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: RAM & Hard Disk
-- part 7 (button)
-- low flags: 80
-- high flags: 8003
-- rect: left=213 top=281 right=303 bottom=274
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Back
----- HyperTalk script -----
on mouseUp
hide card field "RAM & Hard Disk"
show card field "Memory Needed"
show card button "Next ..."
hide card button "Go Back"
end mouseUp
-- part 8 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=1 top=315 right=340 bottom=511
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Self-Check
----- HyperTalk script -----
on mouseUp
visual iris close
hide card button "Self-Check"
hide card field "Cover All"
pop card
end mouseUp
-- part 9 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=58 top=269 right=310 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover All
-- part contents for card part 1
----- text -----
FORMULA: multiply the size of the scan area by the number of dots per square inch at the resolution used. For grayscale, multiply the answer by four.
-- part contents for card part 2
----- text -----
scan area size x dots/square inch = memory needed
(size of original) (resolution2)line art/halftone x 4 = grayscale
(8.5 x 14)x3002 = 1.071 megabytes = 4.28 megabytes
-- part contents for card part 6
----- text -----
When the internal memory of the Macintosh is full, AppleScan automatically starts spooling (saving) the scanned image to disk. Then, when you want to view the image, AppleScan automatically brings it back into memory. When an image is brought in from the hard disk, you will notice some degradation in performance; for example, scrolling will be slower.